home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / GrowBoxDock / Sources / build / SimpleText.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-06-23  |  2.0 KB  |  81 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeIconFile</key>
  11.             <string>text.icns</string>
  12.             <key>CFBundleTypeName</key>
  13.             <string>TEXT</string>
  14.             <key>CFBundleTypeOSTypes</key>
  15.             <array>
  16.                 <string>TEXT</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>CFBundleTypeSuffixes</key>
  21.             <array>
  22.                 <string>txt</string>
  23.                 <string>text</string>
  24.             </array>
  25.         </dict>
  26.         <dict>
  27.             <key>CFBundleTypeIconFile</key>
  28.             <string>trro.icns</string>
  29.             <key>CFBundleTypeName</key>
  30.             <string>ttro</string>
  31.             <key>CFBundleTypeOSTypes</key>
  32.             <array>
  33.                 <string>ttro</string>
  34.             </array>
  35.             <key>CFBundleTypeRole</key>
  36.             <string>Viewer</string>
  37.         </dict>
  38.         <dict>
  39.             <key>CFBundleTypeIconFile</key>
  40.             <string>PICT.icns</string>
  41.             <key>CFBundleTypeName</key>
  42.             <string>PICT</string>
  43.             <key>CFBundleTypeOSTypes</key>
  44.             <array>
  45.                 <string>PICT</string>
  46.             </array>
  47.             <key>CFBundleTypeRole</key>
  48.             <string>Viewer</string>
  49.             <key>CFBundleTypeSuffixes</key>
  50.             <array>
  51.                 <string>pict</string>
  52.             </array>
  53.         </dict>
  54.     </array>
  55.     <key>CFBundleExecutable</key>
  56.     <string>SimpleText</string>
  57.     <key>CFBundleIconFile</key>
  58.     <string>SimpleText.icns</string>
  59.     <key>CFBundleIdentifier</key>
  60.     <string>com.apple.SimpleText</string>
  61.     <key>CFBundleInfoDictionaryVersion</key>
  62.     <string>6.0</string>
  63.     <key>CFBundleName</key>
  64.     <string>Simple Text</string>
  65.     <key>CFBundlePackageType</key>
  66.     <string>APPL</string>
  67.     <key>CFBundleShortVersionString</key>
  68.     <string>1.4</string>
  69.     <key>CFBundleSignature</key>
  70.     <string>ttxt</string>
  71.     <key>CFBundleVersion</key>
  72.     <string>1.4d1</string>
  73.     <key>NOTE</key>
  74.     <string>Please, do NOT change this file -- It was generated by ProjectBuilder.</string>
  75.     <key>NSMainNibFile</key>
  76.     <string>Foo.nib</string>
  77.     <key>NSPrincipalClass</key>
  78.     <string>NSApplication</string>
  79. </dict>
  80. </plist>
  81.